projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58fa3d9
)
Remove a duplicate string
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Jul 2015 06:57:39 +0000
(
02:57
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Jul 2015 06:57:39 +0000
(
02:57
-0400)
dialog-information was twice in the list of accessible labels
for icon names.
gtk/a11y/gtkimageaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkimageaccessible.c
b/gtk/a11y/gtkimageaccessible.c
index 57b7e09b34774ef9b461a1594ed222a87cfb30f2..bccb6ce0166e161ab82624d90a74f539a601d6e9 100644
(file)
--- a/
gtk/a11y/gtkimageaccessible.c
+++ b/
gtk/a11y/gtkimageaccessible.c
@@
-84,7
+84,6
@@
static const NameMapEntry name_map[] = {
{ "help-contents", NC_("Stock label", "_Help") },
{ "go-home", NC_("Stock label", "_Home") },
{ "format-indent-more", NC_("Stock label", "Increase Indent") },
- { "dialog-information", NC_("Stock label", "_Information") },
{ "format-text-italic", NC_("Stock label", "_Italic") },
{ "go-jump", NC_("Stock label", "_Jump to") },
{ "format-justify-center", NC_("Stock label", "_Center") },